home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / lang / rcs567pc / rcsfront / cii.c next >
C/C++ Source or Header  |  1994-01-02  |  131b  |  8 lines

  1. #include <stdlib.h>
  2. #include <process.h>
  3.  
  4. int main(int argc, char const *argv[])
  5. {
  6.   return spawnvp(P_WAIT, "coo", argv);
  7. }
  8.